Auto merge of #2471 - alexcrichton:install-git-lockfile, r=brson
authorbors <bors@rust-lang.org>
Sat, 12 Mar 2016 00:45:55 +0000 (16:45 -0800)
committerbors <bors@rust-lang.org>
Sat, 12 Mar 2016 00:45:55 +0000 (16:45 -0800)
commit63093be670bcd5f559bb6e62bad277fccbba0ee1
treecf19df1ee921af66c681960a5d27dd6810128e2c
parent92e890fd3289309c8592d8b6b292bf05ba71f50d
parent5817e76da44a000fa8a8d036d36e4f4db77ebee7
Auto merge of #2471 - alexcrichton:install-git-lockfile, r=brson

Fix installing git repos with lockfiles

Just an erroneous assertion that needs to be ignored.

Closes #2466